object CurrencySymbol: TCurrencySymbol Left = 200 Top = 99 BorderIcons = [] BorderStyle = bsDialog Caption = 'Select Currency Symbol' ClientHeight = 230 ClientWidth = 373 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnActivate = FormActivate TextHeight = 16 object Bevel1: TBevel Left = 37 Top = 26 Width = 300 Height = 177 end object RadioGroup1: TRadioGroup Left = 74 Top = 46 Width = 225 Height = 81 ItemIndex = 0 Items.Strings = ( '$ Dollar Sign' '� Imperial Pound') TabOrder = 0 end object BitBtn1: TBitBtn Left = 74 Top = 150 Width = 89 Height = 33 TabOrder = 1 Kind = bkCancel end object BitBtn2: TBitBtn Left = 210 Top = 150 Width = 89 Height = 33 TabOrder = 2 OnClick = BitBtn2Click Kind = bkOK end end